
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class PropertyValueVerifier(Of T As Class) Inherits PropertyValueVerifier Implements System.IComparable(Of Verifier) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PropertyValueVerifier(Of T) | |
| C# | |
|---|---|
public abstract class PropertyValueVerifier<T> : PropertyValueVerifier, System.IComparable<Verifier> where T: class | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class PropertyValueVerifier abstract : public PropertyValueVerifier, System.IComparable<Verifier> where T: ref class | |
- T
The Verifier.ApplicableType property is the generic type argument and all methods that would take a type of System.Object in the PropertyValueVerifier have strongly typed versions in this class.
System.Object
IdeaBlade.Validation.Verifier
IdeaBlade.Validation.PropertyValueVerifier
IdeaBlade.Validation.PropertyValueVerifier<T>
IdeaBlade.Validation.DelegatePropertyValueVerifier<T>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family